home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 December / CHIP Turkiye Aralık 1997.iso / internet / netvamp / _setup.1 / Vampire.exe / 0 / RCDATA / THYSTOOPTDLG / THYSTOOPTDLG.txt
Text File  |  1997-08-21  |  2KB  |  105 lines

  1. object HystoOptDlg: THystoOptDlg
  2.   Left = 500
  3.   Top = 111
  4.   HelpContext = 24
  5.   BorderStyle = bsDialog
  6.   Caption = 'Histogram options'
  7.   ClientHeight = 196
  8.   ClientWidth = 222
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object GroupBox1: TGroupBox
  18.     Left = 12
  19.     Top = 8
  20.     Width = 198
  21.     Height = 137
  22.     Caption = ' Histogram '
  23.     TabOrder = 0
  24.     object bytes: TLabel
  25.       Left = 161
  26.       Top = 32
  27.       Width = 25
  28.       Height = 13
  29.       Caption = 'bytes'
  30.     end
  31.     object Label5: TLabel
  32.       Left = 12
  33.       Top = 32
  34.       Width = 71
  35.       Height = 13
  36.       Caption = 'Scale:  100% ='
  37.     end
  38.     object Label6: TLabel
  39.       Left = 12
  40.       Top = 59
  41.       Width = 75
  42.       Height = 13
  43.       Caption = 'Sampling: every'
  44.     end
  45.     object Label7: TLabel
  46.       Left = 160
  47.       Top = 59
  48.       Width = 9
  49.       Height = 13
  50.       Caption = 's'
  51.     end
  52.     object Color: TLabel
  53.       Left = 12
  54.       Top = 88
  55.       Width = 24
  56.       Height = 13
  57.       Caption = 'Color'
  58.     end
  59.     object SpinEdit1: TSpinEdit
  60.       Left = 98
  61.       Top = 57
  62.       Width = 57
  63.       Height = 22
  64.       MaxValue = 60
  65.       MinValue = 1
  66.       TabOrder = 1
  67.       Value = 1
  68.     end
  69.     object ColorComboBox2: TColorComboBox
  70.       Left = 12
  71.       Top = 104
  72.       Width = 145
  73.       Height = 22
  74.       TabOrder = 2
  75.     end
  76.     object SpinEdit2: TSpinEdit
  77.       Left = 88
  78.       Top = 29
  79.       Width = 67
  80.       Height = 22
  81.       MaxValue = 1000000
  82.       MinValue = 100
  83.       TabOrder = 0
  84.       Value = 100
  85.     end
  86.   end
  87.   object BitBtn1: TBitBtn
  88.     Left = 29
  89.     Top = 160
  90.     Width = 75
  91.     Height = 25
  92.     TabOrder = 1
  93.     OnClick = BitBtn1Click
  94.     Kind = bkOK
  95.   end
  96.   object BitBtn2: TBitBtn
  97.     Left = 117
  98.     Top = 160
  99.     Width = 75
  100.     Height = 25
  101.     TabOrder = 2
  102.     Kind = bkCancel
  103.   end
  104. end
  105.